home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / DefineButton2_83 / BUTTONCONDACTION on(release).as next >
Text File  |  2012-08-27  |  196b  |  14 lines

  1. on(release){
  2.    percentScaling = 65;
  3.    qualite = "low";
  4.    sonMC.gotoAndPlay(4);
  5.    if(menubis == true)
  6.    {
  7.       gotoAndPlay(240);
  8.    }
  9.    else
  10.    {
  11.       gotoAndStop(270);
  12.    }
  13. }
  14.